You'll create custom classes for the Talent and MovieRole entities. In the Talent class, you'll write a fullName method that concatenates a Talent's first and last names. You'll use the method to populate MovieDetail's browser element. In the MovieRole class, you'll provide default values for newly inserted MovieRoles so they don't show up in the list of movie roles as a blank line.